build/Makefile.msvcproj: Add rules for MSVC 2013 to be baseline version
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 26 Oct 2016 05:22:48 +0000 (13:22 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 26 Oct 2016 08:46:38 +0000 (16:46 +0800)
commit910300bcb2a464dcd7e1a9347d66250b71a484c5
tree2c39fa7c9a97c990ef91c822f8a9fd56e2aea68c
parent2e103e85cc61264faacb240c55baac149842c98f
build/Makefile.msvcproj: Add rules for MSVC 2013 to be baseline version

GTK+-3.89.0 and later will require C99 features that is only supported on
Visual Studio 2013 and later, so prepare build/Makefile.msvcproj for this.

We still keep the 2008~2010 stuff here as this strives to be a shared module,
and there are projects using this that still supports building on pre-2013
Visual Studio.
build/Makefile.msvcproj